php remove null bytes from string

53

php remove null bytes from string -

$text = str_replace("\0", "", $text);

Comments

Submit
0 Comments